home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 45 / PC Gamer IT CD 45 2-2.iso / addons / service_pack_w98_ita / ie401.sp2 / ieak4.cab / cgiutil.h < prev    next >
Text File  |  1998-03-09  |  457b  |  15 lines

  1. /******************************************************************************\
  2.  *
  3.  *    Copyright (C) 1996 Microsoft Corporation
  4.  *    All rights reserved.
  5.  *
  6.  ******************************************************************************
  7.  *
  8.  *    Module: CGIUtil.h
  9.  *
  10. \******************************************************************************/
  11.  
  12. // function prototype declarations
  13. int FetchVar ( char *key, char *ret ) ;
  14. int ParseCGI ( void ) ;
  15.